'DeclarationPublic Class GenericObjectCache(Of T As {Class, New}) Inherits ObjectCache(Of T) Implements System.IDisposable
'UsageDim instance As GenericObjectCache(Of T)
public class GenericObjectCache<T> : ObjectCache<T>, System.IDisposable where T: class, new()


